1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPURCHASEORDERDATA_EDIT
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.GroupBox1 = New System.Windows.Forms.GroupBox
26         Me.txtdtl = New System.Windows.Forms.TextBox
27         Me.Label6 = New System.Windows.Forms.Label
28         Me.txtqty = New System.Windows.Forms.TextBox
29         Me.txtdesc = New System.Windows.Forms.TextBox
30         Me.txtname = New System.Windows.Forms.TextBox
31         Me.txtid = New System.Windows.Forms.TextBox
32         Me.Label4 = New System.Windows.Forms.Label
33         Me.Label3 = New System.Windows.Forms.Label
34         Me.Label2 = New System.Windows.Forms.Label
35         Me.Label1 = New System.Windows.Forms.Label
36         Me.txtunit = New System.Windows.Forms.TextBox
37         Me.Label8 = New System.Windows.Forms.Label
38         Me.txtbarcode = New System.Windows.Forms.TextBox
39         Me.Label7 = New System.Windows.Forms.Label
40         Me.txtprice = New System.Windows.Forms.TextBox
41         Me.Label5 = New System.Windows.Forms.Label
42         Me.cmdSave = New System.Windows.Forms.Button
43         Me.cmdCancel = New System.Windows.Forms.Button
44         Me.GroupBox1.SuspendLayout()
45         Me.SuspendLayout()
46         
'
47         
'GroupBox1
48         
'
49         Me.GroupBox1.Controls.Add(Me.txtdtl)
50         Me.GroupBox1.Controls.Add(Me.Label6)
51         Me.GroupBox1.Controls.Add(Me.txtqty)
52         Me.GroupBox1.Controls.Add(Me.txtdesc)
53         Me.GroupBox1.Controls.Add(Me.txtname)
54         Me.GroupBox1.Controls.Add(Me.txtid)
55         Me.GroupBox1.Controls.Add(Me.Label4)
56         Me.GroupBox1.Controls.Add(Me.Label3)
57         Me.GroupBox1.Controls.Add(Me.Label2)
58         Me.GroupBox1.Controls.Add(Me.Label1)
59         Me.GroupBox1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
60         Me.GroupBox1.Location = New System.Drawing.Point(
3, 0)
61         Me.GroupBox1.Name =
"GroupBox1"
62         Me.GroupBox1.Size = New System.Drawing.Size(
272, 117)
63         Me.GroupBox1.TabIndex =
13
64         Me.GroupBox1.TabStop = False
65         
'
66         
'txtdtl
67         
'
68         Me.txtdtl.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
69         Me.txtdtl.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
70         Me.txtdtl.Location = New System.Drawing.Point(
91, 33)
71         Me.txtdtl.Name =
"txtdtl"
72         Me.txtdtl.ReadOnly = True
73         Me.txtdtl.Size = New System.Drawing.Size(
100, 21)
74         Me.txtdtl.TabIndex =
2
75         Me.txtdtl.Visible = False
76         
'
77         
'Label6
78         
'
79         Me.Label6.AutoSize = True
80         Me.Label6.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
81         Me.Label6.Location = New System.Drawing.Point(
5, 40)
82         Me.Label6.Name =
"Label6"
83         Me.Label6.Size = New System.Drawing.Size(
88, 13)
84         Me.Label6.TabIndex =
15
85         Me.Label6.Text =
"Purchase Detail :"
86         Me.Label6.Visible = False
87         
'
88         
'txtqty
89         
'
90         Me.txtqty.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
91         Me.txtqty.Location = New System.Drawing.Point(
91, 88)
92         Me.txtqty.MaxLength =
50
93         Me.txtqty.Name =
"txtqty"
94         Me.txtqty.Size = New System.Drawing.Size(
100, 21)
95         Me.txtqty.TabIndex =
7
96         
'
97         
'txtdesc
98         
'
99         Me.txtdesc.BackColor = System.Drawing.Color.White
100         Me.txtdesc.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
101         Me.txtdesc.Location = New System.Drawing.Point(
91, 55)
102         Me.txtdesc.MaxLength =
50
103         Me.txtdesc.Multiline = True
104         Me.txtdesc.Name =
"txtdesc"
105         Me.txtdesc.ReadOnly = True
106         Me.txtdesc.Size = New System.Drawing.Size(
173, 32)
107         Me.txtdesc.TabIndex =
4
108         
'
109         
'txtname
110         
'
111         Me.txtname.BackColor = System.Drawing.Color.White
112         Me.txtname.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
113         Me.txtname.Location = New System.Drawing.Point(
91, 33)
114         Me.txtname.MaxLength =
50
115         Me.txtname.Name =
"txtname"
116         Me.txtname.ReadOnly = True
117         Me.txtname.Size = New System.Drawing.Size(
142, 21)
118         Me.txtname.TabIndex =
3
119         
'
120         
'txtid
121         
'
122         Me.txtid.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
123         Me.txtid.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
124         Me.txtid.Location = New System.Drawing.Point(
91, 11)
125         Me.txtid.Name =
"txtid"
126         Me.txtid.ReadOnly = True
127         Me.txtid.Size = New System.Drawing.Size(
100, 21)
128         Me.txtid.TabIndex =
1
129         
'
130         
'Label4
131         
'
132         Me.Label4.AutoSize = True
133         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
134         Me.Label4.Location = New System.Drawing.Point(
38, 91)
135         Me.Label4.Name =
"Label4"
136         Me.Label4.Size = New System.Drawing.Size(
56, 13)
137         Me.Label4.TabIndex =
13
138         Me.Label4.Text =
"Quantity :"
139         
'
140         
'Label3
141         
'
142         Me.Label3.AutoSize = True
143         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
144         Me.Label3.Location = New System.Drawing.Point(
27, 72)
145         Me.Label3.Name =
"Label3"
146         Me.Label3.Size = New System.Drawing.Size(
67, 13)
147         Me.Label3.TabIndex =
12
148         Me.Label3.Text =
"Description :"
149         
'
150         
'Label2
151         
'
152         Me.Label2.AutoSize = True
153         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
154         Me.Label2.Location = New System.Drawing.Point(
6, 43)
155         Me.Label2.Name =
"Label2"
156         Me.Label2.Size = New System.Drawing.Size(
88, 13)
157         Me.Label2.TabIndex =
11
158         Me.Label2.Text =
"Purchase Name :"
159         
'
160         
'Label1
161         
'
162         Me.Label1.AutoSize = True
163         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
164         Me.Label1.Location = New System.Drawing.Point(
23, 20)
165         Me.Label1.Name =
"Label1"
166         Me.Label1.Size = New System.Drawing.Size(
72, 13)
167         Me.Label1.TabIndex =
10
168         Me.Label1.Text =
"Purchase ID :"
169         
'
170         
'txtunit
171         
'
172         Me.txtunit.Location = New System.Drawing.Point(
366, 81)
173         Me.txtunit.Name =
"txtunit"
174         Me.txtunit.Size = New System.Drawing.Size(
100, 20)
175         Me.txtunit.TabIndex =
8
176         
'
177         
'Label8
178         
'
179         Me.Label8.AutoSize = True
180         Me.Label8.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
181         Me.Label8.Location = New System.Drawing.Point(
291, 87)
182         Me.Label8.Name =
"Label8"
183         Me.Label8.Size = New System.Drawing.Size(
77, 13)
184         Me.Label8.TabIndex =
17
185         Me.Label8.Text =
"Unit Measure :"
186         
'
187         
'txtbarcode
188         
'
189         Me.txtbarcode.BackColor = System.Drawing.Color.White
190         Me.txtbarcode.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
191         Me.txtbarcode.Location = New System.Drawing.Point(
366, 37)
192         Me.txtbarcode.Name =
"txtbarcode"
193         Me.txtbarcode.ReadOnly = True
194         Me.txtbarcode.Size = New System.Drawing.Size(
173, 21)
195         Me.txtbarcode.TabIndex =
6
196         
'
197         
'Label7
198         
'
199         Me.Label7.AutoSize = True
200         Me.Label7.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
201         Me.Label7.Location = New System.Drawing.Point(
315, 43)
202         Me.Label7.Name =
"Label7"
203         Me.Label7.Size = New System.Drawing.Size(
53, 13)
204         Me.Label7.TabIndex =
16
205         Me.Label7.Text =
"Barcode :"
206         
'
207         
'txtprice
208         
'
209         Me.txtprice.BackColor = System.Drawing.Color.White
210         Me.txtprice.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
211         Me.txtprice.Location = New System.Drawing.Point(
366, 15)
212         Me.txtprice.Name =
"txtprice"
213         Me.txtprice.ReadOnly = True
214         Me.txtprice.Size = New System.Drawing.Size(
100, 21)
215         Me.txtprice.TabIndex =
5
216         
'
217         
'Label5
218         
'
219         Me.Label5.AutoSize = True
220         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
221         Me.Label5.Location = New System.Drawing.Point(
332, 24)
222         Me.Label5.Name =
"Label5"
223         Me.Label5.Size = New System.Drawing.Size(
37, 13)
224         Me.Label5.TabIndex =
14
225         Me.Label5.Text =
"Price :"
226         
'
227         
'cmdSave
228         
'
229         Me.cmdSave.Location = New System.Drawing.Point(
5, 123)
230         Me.cmdSave.Name =
"cmdSave"
231         Me.cmdSave.Size = New System.Drawing.Size(
66, 25)
232         Me.cmdSave.TabIndex =
9
233         Me.cmdSave.Text =
"&Save"
234         Me.cmdSave.UseVisualStyleBackColor = True
235         
'
236         
'cmdCancel
237         
'
238         Me.cmdCancel.Location = New System.Drawing.Point(
77, 123)
239         Me.cmdCancel.Name =
"cmdCancel"
240         Me.cmdCancel.Size = New System.Drawing.Size(
66, 25)
241         Me.cmdCancel.TabIndex =
10
242         Me.cmdCancel.Text =
"&Cancel"
243         Me.cmdCancel.UseVisualStyleBackColor = True
244         
'
245         
'FrmPURCHASEORDERDATA_EDIT
246         
'
247         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
248         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
249         Me.BackColor = System.Drawing.Color.WhiteSmoke
250         Me.ClientSize = New System.Drawing.Size(
278, 155)
251         Me.Controls.Add(Me.txtunit)
252         Me.Controls.Add(Me.Label8)
253         Me.Controls.Add(Me.GroupBox1)
254         Me.Controls.Add(Me.txtbarcode)
255         Me.Controls.Add(Me.cmdSave)
256         Me.Controls.Add(Me.Label7)
257         Me.Controls.Add(Me.cmdCancel)
258         Me.Controls.Add(Me.Label5)
259         Me.Controls.Add(Me.txtprice)
260         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
261         Me.Name =
"FrmPURCHASEORDERDATA_EDIT"
262         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
263         Me.Text =
"Purchase Data"
264         Me.GroupBox1.ResumeLayout(False)
265         Me.GroupBox1.PerformLayout()
266         Me.ResumeLayout(False)
267         Me.PerformLayout()
268
269     End Sub
270     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
271     Friend WithEvents txtprice As System.Windows.Forms.TextBox
272     Friend WithEvents txtqty As System.Windows.Forms.TextBox
273     Friend WithEvents txtdesc As System.Windows.Forms.TextBox
274     Friend WithEvents txtname As System.Windows.Forms.TextBox
275     Friend WithEvents txtid As System.Windows.Forms.TextBox
276     Friend WithEvents Label5 As System.Windows.Forms.Label
277     Friend WithEvents Label4 As System.Windows.Forms.Label
278     Friend WithEvents Label3 As System.Windows.Forms.Label
279     Friend WithEvents Label2 As System.Windows.Forms.Label
280     Friend WithEvents Label1 As System.Windows.Forms.Label
281     Friend WithEvents cmdSave As System.Windows.Forms.Button
282     Friend WithEvents cmdCancel As System.Windows.Forms.Button
283     Friend WithEvents txtdtl As System.Windows.Forms.TextBox
284     Friend WithEvents Label6 As System.Windows.Forms.Label
285     Friend WithEvents txtbarcode As System.Windows.Forms.TextBox
286     Friend WithEvents Label7 As System.Windows.Forms.Label
287     Friend WithEvents txtunit As System.Windows.Forms.TextBox
288     Friend WithEvents Label8 As System.Windows.Forms.Label
289 End Class


Gõ tìm kiếm nhanh...